home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2003 November
/
PCWK1103B.iso
/
CINEBENCH 2003
/
resource
/
res
/
description
/
Osymmetry.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
302b
|
15 lines
#ifndef _Osymmetry_H_
#define _Osymmetry_H_
enum
{
SYMMETRYOBJECT_PLANE = 1000,
SYMMETRYOBJECT_PLANE_XY = 0,
SYMMETRYOBJECT_PLANE_YZ = 1,
SYMMETRYOBJECT_PLANE_XZ = 2,
SYMMETRYOBJECT_WELD = 1001,
SYMMETRYOBJECT_TOLERANCE = 1002,
SYMMETRYOBJECT_ONPLANE = 1003
};
#endif